home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1999 January
/
PC Plus Super CD No55a (PCP-147A-1-99) (Disc 1) (1998).iso
/
full
/
cbuilder
/
DATA.Z
/
RPC.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-02-13
|
172 b
|
8 lines
#if !defined(__RPC_H__)
#ifdef __FLAT__
#include <win32\rpc.h>
#else
#error rpc.h can only be used in a Win32 Application
#endif
#endif /* __RPC_H_ */